home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / echeck20.zip / ECHECK.EXE / 0 / RCDATA / TFORMMAILLIST / TFORMMAILLIST.txt < prev   
Text File  |  1996-09-26  |  2KB  |  102 lines

  1. object FormMailList: TFormMailList
  2.   Left = 152
  3.   Top = 452
  4.   AutoScroll = False
  5.   ClientHeight = 273
  6.   ClientWidth = 384
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsMDIChild
  12.   Icon.Data = {<image000.ico>}
  13.   PopupMenu = PopupMenu
  14.   Position = poDefault
  15.   Scaled = False
  16.   ShowHint = True
  17.   Visible = True
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnResize = FormResize
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object ColorStringGrid: TColorStringGrid
  24.     Left = 0
  25.     Top = 0
  26.     Width = 384
  27.     Height = 254
  28.     Hint = 'Right click for pop-up menu. Double click to view selected mail.'
  29.     Align = alClient
  30.     BorderStyle = bsNone
  31.     ColCount = 6
  32.     FixedCols = 0
  33.     RowCount = 2
  34.     Options = [goVertLine, goHorzLine, goColSizing, goRowSelect, goThumbTracking]
  35.     TabOrder = 0
  36.     OnDblClick = View
  37.     OnGetCellColor = ColorStringGridGetCellColor
  38.     ColWidths = (
  39.       42
  40.       103
  41.       104
  42.       64
  43.       64
  44.       64)
  45.   end
  46.   object EditPassword: TEdit
  47.     Left = 293
  48.     Top = 209
  49.     Width = 28
  50.     Height = 24
  51.     TabStop = False
  52.     TabOrder = 1
  53.     Visible = False
  54.   end
  55.   object Socket: TSockets
  56.     Left = 352
  57.     Top = 8
  58.     Width = 0
  59.     Height = 0
  60.     MaximumReceiveLength = 8192
  61.     Port = '110'
  62.     NonBlocking = False
  63.     OnErrorOccurred = SocketErrorOccurred
  64.   end
  65.   object StatusBar: TStatusBar
  66.     Left = 0
  67.     Top = 254
  68.     Width = 384
  69.     Height = 19
  70.     Panels = <>
  71.     SimplePanel = True
  72.   end
  73.   object PopupMenu: TPopupMenu
  74.     Left = 353
  75.     Top = 209
  76.     object PopMenuView: TMenuItem
  77.       Caption = '&View'
  78.       Hint = 'View selected mail.'
  79.       ShortCut = 0
  80.       OnClick = View
  81.     end
  82.     object PopMenuDelete: TMenuItem
  83.       Caption = '&Delete'
  84.       Hint = 'Delete selected mail.'
  85.       ShortCut = 0
  86.       OnClick = PopMenuDeleteClick
  87.     end
  88.     object PopMenuUndelete: TMenuItem
  89.       Caption = '&Undelete'
  90.       Hint = 'Undelete selected mail.'
  91.       ShortCut = 0
  92.       OnClick = PopMenuDeleteClick
  93.     end
  94.   end
  95.   object BrkApart: TBrkApart
  96.     BreakString = '='
  97.     AllowEmptyString = False
  98.     Left = 323
  99.     Top = 209
  100.   end
  101. end
  102.